home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / FIDOBBS1.LZH / LISTGEN2.ARC / LISTGEN.CTL < prev    next >
Text File  |  1985-09-11  |  17KB  |  491 lines

  1. ; LISTGEN -- Version 2.0 -- Control file / Documentation
  2. ;
  3. ;Changes to listgen version 2.00 Released 8 Sept 1985
  4. ;Revised by Mike Hamilton SYSOP FIDO 102/501
  5. ;------------------------------------------------------------------------------
  6.  
  7. ;New switches added: (as with other switches, remove ';' from ones desired)
  8. ; /USER           ; Same as /COMMENTS builds USER.CMT no more COMMENTS.BBS
  9. ; /NOUSER         ; Same as /NOCOMMENTS
  10.  
  11.  
  12. ; /LINE:ALL
  13. ;  or
  14. ; /LINE:BOTH      ; Builds both FIDOLIST.80 and FIDOLIST.132 on one pass.
  15.  
  16.  
  17. ;/SYSOP          ; Build the sysop's comments file (SYSOP.CMT).
  18. ;/NOSYSOP        ; Don't build the sysop's file.
  19.  
  20. ;New routing verbs to support Fido 11:
  21.  
  22. ;RECV-ONLY or RECEIVE-ONLY
  23. ;SEND-ONLY
  24. ;POLL <list of nodes>
  25. ;PICKUP <list of nodes>
  26. ;NO-ROUTE <list of nodes>
  27. ;HOLD <list of nodes>
  28. ;EXTERNAL-MAIL
  29.  
  30. ;OURNET
  31. ;NOT
  32. ;HOSTS
  33. ;
  34. ;Changes to calling sequence:
  35. ;
  36. ;You can now enter the word NODELIST for the nodelist name and Listgen
  37. ;will find the current nodelist and process it. i.e.
  38. ;
  39. ;LISTGEN NODELIST /CONTROL:LIST400
  40. ;
  41. ;if todays date is 8 Sept 1985 the Listgen will process NODELIST.249.
  42. ;
  43. ;Don't enter NODELIST. the "." will allow you to process a file called
  44. ;NODELIST
  45. ;
  46. ;
  47. ;ERRORLEVEL codes on exit
  48. ;
  49. ;program returns error level
  50. ;0=ok
  51. ;1=bad
  52. ;2=nodelist ran ok but undefined nouns in routing
  53. ;3=program did not run at all no input parms
  54. ;
  55. ;
  56. ;; The current version of LISTGEN performs editing of the distribution
  57. ; NODELIST.nnn according to directions contained in this file. The fields
  58. ; edited are cost, baud rate and phone number.  Unlike NODELIST.EXE, this
  59. ; program is designed to be used in ANY country with equal facility. It has
  60. ; the necessary controls to fit the special needs of everyone we know of
  61. ; who has special needs (and then some).
  62. ;
  63. ; This version will not handle route file generation, but a forthcomming
  64. ; version will.
  65. ;
  66. ; The command format is:
  67. ;
  68. ;      LISTGEN NODELIST.nnn [switches]
  69. ;
  70. ; You are encouraged to run the program using this control file unmodified
  71. ; which will generate a nodelist for Riverside, CA.  Comparing the generated
  72. ; nodelist with this file will give you some insights.  In particular, examine
  73. ; the phone numbers and costs generated in Net 102, and the international phone
  74. ; numbers generated in Net 101.  Then modify this file to suit your needs.
  75. ;
  76. ; This file consists of three tables, SWITCH, SPECIAL-NODES and COST-TABLE.
  77. ;
  78. ; The SWITCH table defines the default values for all command line switches.
  79. ; Switches have the format:
  80. ;        /<switch name>[:<value>]
  81. ; The format is exactly the same, whether appearing here or on the command
  82. ; line. If the same (or a contradictory) switch appears in this table and
  83. ; on the command line, the command line overrides.
  84. ;
  85. SWITCH
  86. ; /CONTROL:name         ; Tells LISTGEN the name of this file (used on commend
  87. ;                         line only.
  88.   /COUNTRY:1            ; Your "country code" (1 = USA)
  89.   /AREA:AAA        ; Your area/city/routing code
  90.   /NET:NNN        ; Your net/region number
  91.   /NODE:XXX        ; Your node number
  92.   /BAUD:SSSS        ; Maximum baud rate you support
  93.   /COST:0.CC        ; Default per message cost (in country)
  94.   /ICOST:2.00           ; Default per message cost (international)
  95. ; /HOST         ; Tells LISTGEN that this is a host, this controls
  96. ;                         how listgen builds numbers for private and hold nodes
  97.  
  98.   ;
  99.   ; As many as 10 access strings may be defined and used to edit phone numbers
  100.   ; from the distribution list, though most will only need three or four.
  101.   ; The format is:
  102.   ;      /ACCESSn:[<prepend-part>][\<append-part][L|>...][(cost)]
  103.   ; where n is any numeric digit 0-9 and is the ID by which access strings
  104.   ; are referenced.
  105.   ;
  106.   ; The access string should contain:
  107.   ; 1. Any digits required to start the call i.e. PBX code
  108.   ;    MCI numbers ETC. Along with any delay characters ".".
  109.   ; 2. If part of your access string goes after the phone number
  110.   ;    then place a "\" between the first and last part of the
  111.   ;    access string i.i. ABC\DEF will be ABC555-1212DEF.
  112.   ; 3. If the area code should be removed form the number, append an 'L'.
  113.   ; 4. If you need a delay after contry code on international calls, Connie,
  114.   ;    add 1 or more right angle brackets (>).  Each bracket will become a
  115.   ;    period (.) between country code and city code.
  116.   ; 5. If you wish to associate a default cost with this access string,
  117.   ;    add it in decimial form, enclosed in parentheses (.20).
  118.   ;
  119.   ; Phone number editing procedes as follows. If original number contains
  120.   ; no dashes, it is not edited at all, but passed through as is. Used for
  121.   ; extension numbers. If country code matches your country code it is
  122.   ; stripped off. If 'L' (for local) is specified in access string,
  123.   ; area/city/routing is also stripped, leaving prefix and number. Finally,
  124.   ; <prepend-part> is placed in front of what's left and <append-part> is
  125.   ; placed behind. On international calls each '>' in the access code causes
  126.   ; a period (.) to be inserted between country code and city code.
  127.   ;
  128.   ; If you need to send special dialing commands to your modem, they may be
  129.   ; placed in the access string, provided that you do not try to use a comma,
  130.   ; a dash, an angle bracket or parentheses { , - >  ( ) }.
  131.   ;
  132.   ; Costs in this table are in decimial form: .25 = 25 cents, 25 = 25 dollars.
  133.   ; The cost field is edited as thus: use cost from cost-table entry matching
  134.   ; this phone number, or if none, use cost from access string, or if none,
  135.   ; use default cost as specified above.
  136.   ;
  137.   ; access string      purpose               form of phone number generated
  138.   ;
  139.   /ACCESS0:L(0)        ; local calls           xxx-xxxx
  140.   /ACCESS1:1L(.20)     ; local area toll       1-xxx-xxxx
  141.   /ACCESS2:1(.35)      ; toll calls           1-xxx-xxx-xxxx
  142.   /ACCESS3:011>>(2.25) ; international calls   011-international-number
  143. ; /ACCESS4:abc.\def    ; example               abc.-xxx-xxx-xxxx-def
  144. ; /ACCESS5:1234567...1234.1L                   1234567...1234.1-xxx-xxxx
  145. ; /ACCESS6:1234567...1\1234                    1234567...1-xxx-xxx-xxxx-1234
  146. ; /ACCESS7:            ; ALL special characters are valid in access strings
  147. ; /ACCESS8:            ; except comma (,) and dash (-). Angle brackets (>) and
  148. ; /ACCESS9:            ; parentheses have special meanings defined above.
  149. ;
  150.   /ACCESS:2            ; Default access string if none other is specified
  151. ;
  152.   /NODELIST           ; Generate NODELIST.BBS
  153. ; /NONODELIST           ; Don't generate NODELIST.BBS
  154. ; /-                   ; Adds - in numbers in NODELIST.BBS
  155. ; /COMMENTS            ; Copy comments form distribution file to NODELIST.BBS
  156.   /NOCOMMENTS          ; Don't copy comments form distribution file
  157. ; /FIDOLIST            ; Generate FIDOLIST.BBS
  158. ; /NOFIDOLIST           ; Don't generate FIDOLIST.BBS
  159. ; /LISTPRIVATE         ; List private nodes in FIDOLIST
  160.   /NOLISTPRIVATE       ; Don't list private nodes in FIDOLIST
  161. ; /LISTDOWN            ; List nodes that are down in FIDOLIST
  162.   /NOLISTDOWN          ; Don't list nodes that are down in FIDOLIST
  163. ; /LISTHOLD            ; List "held" nodes in FIDOLIST
  164.   /NOLISTHOLD          ; Don't list "held" nodes in FIDOLIST
  165.   /LINE:80             ; Defines width of FIDOLIST (80 columns - 2 lines / node)
  166. ; /LINE:132            ;                           (132 columns - 1 line / node)
  167.   /ROUTE:ROUTE.DAT  ; Generate Routing files, if no extension given
  168. ;                        then  .DAT is assumed. Routing output files use the
  169. ;                        file naame name.TAG where TAG is the schedule letter.
  170. ; /MYLIST:name[.EXT]   ; Appends your own nodelist to the end of the input one.
  171. ;                        If no EXT given then .PVT is assumed.
  172. ; /-                   ; Puts "-" in phone numbers in nodelist.bbs
  173. ; /NO-                 ; Removes "-" in phone numbers in nodelist.bbs
  174. ; /SORTLIST:name[.EXT] ; Builds a file which can be sorted by city or board
  175. '                        name. If no EXT is given then .BBS is assumed.
  176.   /NOSORTLIST          ; Do not build sort file
  177. END-TABLE
  178. ;
  179. ;----------------------------------------------------------------------------
  180. ; SPECIAL-NODES
  181. ;
  182. ; FORMAT
  183. ; NET , NODE , NAME , CITY , SYSOP , PHONE , BAUD , COST
  184. ;
  185. ; Only the first 2 fields are required and define a node which must appear
  186. ; in the distribution node list. Any other non-null field will override the
  187. ; corresponding field in the nodelist.  Phone number substitution occurrs
  188. ; before phone number editing. Baud rate and cost, if present, override
  189. ; all other sources for that information.
  190. ;
  191. SPECIAL-NODES
  192.    102,506,,,,1-800-nnn-nnnn,1200  ; outbound host
  193. END-TABLE
  194. ;----------------------------------------------------------------------------
  195. ; COST-TABLE
  196. ;
  197. ; This table contains the cost to call a number in a given
  198. ; area code. The format is:
  199. ;
  200. ;   COUNTRY_CODE - AREA_CODE - [PREFIX] - FLAGS
  201. ;
  202. ; On the following tables a range of prefixes is formated as ppp:ppp.
  203. ; Currently defined flags are:
  204. ;      /A:n     use access string n
  205. ;      /C:n.nn  cost -- overrides default AND access string cost
  206. ;      /B:nnnn  baud rate -- overrides default for chronically noisey areas
  207. ;                            where you want to go at a lower baud rate
  208. ; eg. 681:689-/A:1/C:.10 is all prefixes from 681 to 689 Access string # 1
  209. ; and Cost = $0.10
  210. ;
  211. ; More than one entry is allowed per line. Use spaces or commas to delimit.
  212. ;
  213. COST-TABLE
  214. 1-200-/A:2
  215. 1-201-/A:2        ; New Jersey
  216. 1-202-/A:2        ; District of Columba
  217. 1-203-/A:2        ; Connecticut
  218. 1-204-/A:2        ; Manitoba Canada
  219. 1-205-/A:2        ; Alabama
  220. 1-206-/A:2        ; Washington
  221. 1-207-/A:2        ; Main
  222. 1-208-/A:2        ; Idaho
  223. 1-209-/A:2        ; California
  224. 1-210-/A:2
  225. 1-211-/A:2
  226. 1-212-/A:2        ; New York
  227. 1-213-/A:2        ; California
  228. 1-214-/A:2        ; Texas
  229. 1-215-/A:2        ; Pennsylvania
  230. 1-216-/A:2        ; Ohio
  231. 1-217-/A:2        ; Illinois
  232. 1-218-/A:2        ; Minnesota
  233. 1-219-/A:2        ; Indiana
  234. 1-300-/A:2
  235. 1-301-/A:2        ; Maryland
  236. 1-302-/A:2        ; Delaware
  237. 1-303-/A:2        ; Colorado
  238. 1-304-/A:2        ; West Virginia
  239. 1-305-/A:2        ; Florida
  240. 1-306-/A:2        ; Saskatchewan
  241. 1-307-/A:2        ; Wyoming
  242. 1-308-/A:2        ; Nebraska
  243. 1-309-/A:2        ; Illinois
  244. 1-310-/A:2
  245. 1-311-/A:2
  246. 1-312-/A:2        ; Illinois
  247. 1-313-/A:2        ; Michigan
  248. 1-314-/A:2        ; Missouri
  249. 1-315-/A:2        ; New York
  250. 1-316-/A:2        ; Kansas
  251. 1-317-/A:2        ; Indiana
  252. 1-318-/A:2        ; Louisiana
  253. 1-319-/A:2        ; Iowa
  254. 1-400-/A:2
  255. 1-401-/A:2        ; Rhode Island
  256. 1-402-/A:2        ; Nebraska
  257. 1-403-/A:2        ; Northwest Territories
  258. 1-404-/A:2        ; Gerogia
  259. 1-405-/A:2        ; Oklahoma
  260. 1-406-/A:2        ; Montana
  261. 1-407-/A:2
  262. 1-408-/A:2        ; California
  263. 1-409-/A:2        ; Texas
  264. 1-410-/A:2
  265. 1-411-/A:2
  266. 1-412-/A:2        ; Pennsylvania
  267. 1-413-/A:2        ; Massachusetts
  268. 1-414-/A:2        ; Wisconsin
  269. 1-415-/A:2        ; California
  270. 1-416-/A:2        ; Ontario
  271. 1-417-/A:2        ; Missouri
  272. 1-418-/A:2        ; Quebec
  273. 1-419-/A:2        ; Ohio
  274. 1-500-/A:2
  275. 1-501-/A:2        ; Arkansas
  276. 1-502-/A:2        ; Kentucky
  277. 1-503-/A:2        ; Oregon
  278. 1-504-/A:2        ; Louisiana
  279. 1-505-/A:2        ; New Mexico
  280. 1-506-/A:2        ; New Brunswick
  281. 1-507-/A:2        ; Minnesota
  282. 1-508-/A:2
  283. 1-509-/A:2        ; Washington
  284. 1-510-/A:2
  285. 1-511-/A:2
  286. 1-512-/A:2        ; Texas
  287. 1-513-/A:2        ; Ohio
  288. 1-514-/A:2        ; Quebec
  289. 1-515-/A:2        ; Iowa
  290. 1-516-/A:2        ; New York
  291. 1-517-/A:2        ; Michigan
  292. 1-518-/A:2        ; New York
  293. 1-519-/A:2        ; Ontario
  294. 1-600-/A:2
  295. 1-601-/A:2        ; Mississippi
  296. 1-602-/A:2        ; Arizona
  297. 1-603-/A:2        ; New Hampshire
  298. 1-604-/A:2        ; British Columbia
  299. 1-605-/A:2        ; South Dakota
  300. 1-606-/A:2        ; Kentucky
  301. 1-607-/A:2        ; New York
  302. 1-608-/A:2        ; Wisconsin
  303. 1-609-/A:2        ; New Jersey
  304. 1-610-/A:2
  305. 1-611-/A:2
  306. 1-612-/A:2        ; Minnesota
  307. 1-613-/A:2         ; Ontario
  308. 1-614-/A:2        ; Ohio
  309. 1-615-/A:2        ; Tennessee
  310. 1-616-/A:2        ; Michigan
  311. 1-617-/A:2        ; Massachusetts
  312. 1-618-/A:2        ; illinois
  313. 1-619-/A:2        ; California
  314. ;
  315. ; EXAMPLE - Nearby rates to another area code.
  316. ;
  317. ;1-619-389-/A:0/C:.10
  318. ;
  319. 1-700-/A:2
  320. 1-701-/A:2        ; North Dakota
  321. 1-702-/A:2        ; Nevada
  322. 1-703-/A:2        ; Virginia
  323. 1-704-/A:2        ; North Carolina
  324. 1-705-/A:2        ; Ontario
  325. 1-706-/A:2        ; Mexico
  326. 1-707-/A:2        ; California
  327. 1-708-/A:2
  328. 1-709-/A:2        ; Newfoundland
  329. 1-710-/A:2
  330. 1-711-/A:2
  331. 1-712-/A:2        ; Iowa
  332. 1-713-/A:2        ; Texas
  333. ;
  334. ; Local calls to this node remove these and add ones to your file.
  335. ; Note that you may add a cost to each entry if you have measured local
  336. ; service.
  337. ;
  338. ;1-714-242-/A:0  1-714-321-/A:0  1-714-351-/A:0
  339. ;1-714-354-/A:0  1-714-359-/A:0  1-714-369-/A:0
  340. ;1-714-370-/A:0  1-714-431-/A:0  1-714-653-/A:0
  341. ;1-714-655:656-/A:0     1-714-681:689-/A:0
  342. ;1-714-780:781-/A:0     1-714-783:785-/A:0
  343. ;1-714-787:788-/A:0     1-714-820-/A:0
  344. ;1-714-824:825-/A:0     1-714-874:875-/A:0
  345. ;1-714-877-/A:0  1-714-924-/A:0
  346. ;
  347. ; Toll call within this area code overide cost.
  348. ;
  349. ;1-714-953:999-/A:1/C:.09
  350. ;
  351. ; LISTGEN uses the first entry it finds that fits the phone number it is
  352. ; trying to edit. Therefore the following MUST BE THE LAST entry for the
  353. ; local area code. Otherwise it would override the entries above.
  354. ;
  355. 1-714-/A:0        ; California
  356. 1-715-/A:2        ; Wisconsin
  357. 1-716-/A:2        ; New York
  358. 1-717-/A:2        ; Pennsylvania
  359. 1-718-/A:2
  360. 1-719-/A:2
  361. 1-800-/A:2/C:0
  362. 1-801-/A:2        ; Utah
  363. 1-802-/A:2        ; Vermont
  364. 1-803-/A:2        ; South Carolina
  365. 1-804-/A:2        ; Virginia
  366. 1-805-/A:2        ; California
  367. 1-806-/A:2        ; Texas
  368. 1-807-/A:2        ; Ontario
  369. 1-808-/A:2        ; Hawaii
  370. 1-809-/A:2        ; Caribben Islands
  371. 1-810-/A:2
  372. 1-811-/A:2
  373. 1-812-/A:2        ; Indiana
  374. 1-813-/A:2        ; Florida
  375. 1-814-/A:2        ; Pennsylvaina
  376. 1-815-/A:2        ; Illinois
  377. 1-816-/A:2        ; Missouri
  378. 1-817-/A:2        ; Texas
  379. 1-818-/A:2        ; California
  380. 1-819-/A:2        ; Quebec
  381. 1-900-/A:2/C:.50
  382. 1-901-/A:2        ; Tennessee
  383. 1-902-/A:2        ; Nova Scotia/ Prince Edward Island
  384. 1-903-/A:2
  385. 1-904-/A:2        ; Florida
  386. 1-905-/A:2        ; Mexico
  387. 1-906-/A:2        ; Michigan
  388. 1-907-/A:2        ; Alaska
  389. 1-908-/A:2
  390. 1-909-/A:2
  391. 1-910-/A:2
  392. 1-911-/A:2
  393. 1-912-/A:2        ; Georgia
  394. 1-913-/A:2        ; Kansas
  395. 1-914-/A:2        ; New York
  396. 1-915-/A:2        ; Texas
  397. 1-916-/A:2        ; California
  398. 1-917-/A:2
  399. 1-918-/A:2        ; Oklahoma
  400. 1-919-/A:2        ; North Carolina
  401. ;
  402. 684-/A:3        ; American Samoa
  403. 33-78-/A:3/C:1.33    ; Andorra
  404. 54-/A:3/C:1.56        ; Argentina
  405. 61-/A:3/C:2.38        ; Australia
  406. 43-/A:3/C:1.33        ; Austria
  407. 973-/A:3        ; Bahrain
  408. 32-/A:3/C:1.33        ; Belgium
  409. 501-/A:3        ; Belize
  410. 591-/A:3        ; Bolivia
  411. 55-/A:3/C:1.56        ; Brazil
  412. 56-/A:3/C:1.56        ; Chile
  413. 57-/A:3            ; Colombia
  414. 506-/A:3/C:1.47        ; Costa Rica
  415. 357-/A:3/C:1.33        ; Cyprus
  416. 45-/A:3/C:1.33        ; Denmark
  417. 593-/A:3/C:1.56        ; Ecuador
  418. 503-/A:3/C:1.47        ; El Salvador
  419. 679-/A:3/C:2.38        ; Fiji Islands
  420. 358-/A:3/C:1.33        ; Finland
  421. 33-56-/A:3/C:1.33    ; Bordeaux, France
  422. 33-91-/A:3/C:1.33    ; Marseille, France
  423. 33-93-/A:3/C:1.33    ; Nice, France
  424. 33-1-/A:3/C:1.33    ; Paris, France
  425. 596-/A:3        ; French Antilles
  426. 689-/A:3/C:2.38        ; French Polynesia
  427. 37-/A:3/C:1.33        ; Germany Dem. Republic
  428. 49-/A:3/C:1.33        ; Germany Federal Republic
  429. 30-/A:3/C:1.33        ; Greece
  430. 671-/A:3/C:2.38        ; Guam
  431. 502-/A:3/C:1.47        ; Guatemala
  432. 592-/A:3/C:1.56        ; Guyana
  433. 509-/A:3        ; Haiti
  434. 504-/A:3/C:1.47        ; Hounduras
  435. 852-/A:3/C:2.38        ; Hong Kong
  436. 354-/A:3        ; Iceland
  437. 62-/A:3/C:2.38        ; Indonesia
  438. 98-/A:3/C:2.08        ; Iran
  439. 964-/A:3/C:2.08        ; Iraq
  440. 353-/A:3/C:1.33        ; Ireland
  441. 972-/A:3/C:2.08        ; Israel
  442. 39-/A:3/C:1.33        ; Italy
  443. 225-/A:3        ; Ivory Coast Republic
  444. 81-/A:3/C:2.38        ; Japan
  445. 254-/A:3/C:1.62        ; Kenya
  446. 82-/A:3/C:2.38        ; Korea
  447. 965-/A:3/C:2.08        ; Kuwait
  448. 231-/A:3        ; Liberia
  449. 218-/A:3        ; Libyan A.P.S.J.
  450. 41-75-/A:3/C:1.33    ; Liechtenstein
  451. 352-/A:3/C:1.33        ; Luxembourg
  452. 60-/A:3            ; Malaysia
  453. 70-/A:3/C:1.47        ; Mexico
  454. 33-93-/A:3/C:1.33    ; Monaco
  455. 31-/A:3/C:1.33        ; Netherlands
  456. 599-/A:3        ; Netherlands Antelles
  457. 687-/A:3        ; New Caledonia
  458. 64-/A:3/C:2.38        ; New Zealand
  459. 505-/A:3/C:1.47        ; Nicaragua
  460. 234-/A:3        ; Nigeria Federal Republic
  461. 47-/A:3/C:1.33        ; Norway
  462. 507-/A:3/C:1.47        ; Panama
  463. 675-/A:3/C:2.38        ; Papua New Guinea
  464. 595-/A:3        ; Paraguay
  465. 51-/A:3/C:1.56        ; Peru
  466. 63-/A:3/C:1.56        ; Phillippines
  467. 351-/A:3/C:1.33        ; Portugal
  468. 974-/A:3        ; Qatar
  469. 40-/A:3/C:1.33        ; Romania
  470. 39-/A:3/C:1.33        ; San Marino
  471. 966-/A:3/C:2.08        ; Saudi Arabia
  472. 221-/A:3        ; Senegal
  473. 65-/A:3/C:2.38        ; Singapore
  474. 27-/A:3/C:1.62        ; South Aferica
  475. 34-/A:3/C:1.33        ; Spain
  476. 597-/A:3        ; Suriname
  477. 94-/A:3            ; Sri Lanka
  478. 46-/A:3/C:1.33        ; Sweden
  479. 41-31-/A:3/C:1.33    ; Berne, Switzerland
  480. 41-22-/A:3/C:1.33    ; Geneva, Switzerland
  481. 41-1-/A:3/C:1.33    ; Zurich, Switzerland
  482. 886-/A:3/C:2.38        ; Taiwan
  483. 66-/A:3/C:2.38        ; Thailand
  484. 216-/A:3        ; Tunisia
  485. 90-/A:3/C:1.33        ; Turkey
  486. 971-/A:3/C:2.08        ; United Arab Emirates
  487. 44-/A:3/C:1.33        ; United Kingdom
  488. 58-/A:3/C:1.56        ; Venezuela
  489. 38-/A:3/C:1.33        ; Yugoslavia
  490. END-TABLE
  491.